home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / getenv.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  372 b   |  27 lines

  1. GETENV
  2.  
  3. Gets the value of a global variable.
  4.  
  5. Format
  6.  
  7. GETENV <name>
  8.  
  9. Template
  10.  
  11. NAME/A
  12.  
  13. Location
  14.  
  15. Internal
  16.  
  17. GETENV is used to retrieve and display the value of a global environment
  18. variable. The value is displayed in the current window. Global variables are
  19. stored in ENV: and are recognized by all Shells.
  20.  
  21. Example:
  22.  
  23. 1> GETENV editor
  24. Extras:Tools/MEmacs
  25.  
  26. See also: SETENV
  27.